How to Install capnproto software package in Debian 9 (Stretch)

How to Install capnproto software package in Debian 9 (Stretch)

capnproto software package provides tool for working with the Capn Proto data interchange format, you can install in your Debian 9 (Stretch) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install capnproto 

capnproto is installed in your system.

Make ensure the capnproto package were installed using the commands given below,

$ sudo dpkg-query -l | grep capnproto *

You will get with capnproto package name, version, architecture and description in a table

capnproto package basic information:

Distro Debian 9 stretch
Section Development
Package capnproto
Version 0.5.3-2
Description tool for working with the Capn Proto data interchange format
Sub Section devel


See Also, How to uninstall or remove capnproto software package from Debian 9 (Stretch)?